Welcome![Sign In][Sign Up]
Location:
Search - interpolation algorithm

Search list

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical) -
Platform: | Size: 5045 | Author: ldg | Hits:

[Mathimatics-Numerical algorithmsInterpolation

Description: 这事lanrange插值算法实例-this interpolation algorithm examples lanrange
Platform: | Size: 1024 | Author: 夏承遗 | Hits:

[CSharp3ciyangtiao

Description: 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
Platform: | Size: 3072 | Author: | Hits:

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Platform: | Size: 5120 | Author: ldg | Hits:

[Algorithmguo_

Description: 双线性插值算法的实现-bilinear interpolation algorithm implementation
Platform: | Size: 563200 | Author: 郭国 | Hits:

[Software Engineering05-kriging

Description: kriging插值算法介绍,以及应用方式介绍-kriging interpolation algorithm introduction, as well as the application introduction
Platform: | Size: 90112 | Author: Lancs | Hits:

[Special Effectsesintp

Description: An Edge Guided Image Interpolation Algorithm via Directional Filtering and Data Fusion
Platform: | Size: 1024 | Author: 徐朝阳 | Hits:

[Special Effectsedge-detectinterpolation

Description: new edge-directed interpolation这篇文章所提算法的matlab实现-new edge-directed interpolation algorithm in this article referred to realize matlab
Platform: | Size: 189440 | Author: 孙伟 | Hits:

[DSP program1

Description: 数控插补算法,比较基本的那种 数控插补算法,比较基本的那种-CNC interpolation algorithm to compare the kind of basic CNC interpolation algorithm to compare the kind of basic
Platform: | Size: 1997824 | Author: samuel | Hits:

[matlabLagrange-polynomial-interpolation

Description: 拉格朗日(Lagrange)多项式插值算法源代码这是一个Matlab实现的拉格朗日多项式插值算法,它使用拉格朗日多项式插值的方法近似点定义函数。-Lagrange (Lagrange) polynomial interpolation algorithm source code This is a Matlab realization of Lagrange polynomial interpolation algorithm, which uses the Lagrange polynomial interpolation method similar to the definition of function points.
Platform: | Size: 35840 | Author: 杨霄 | Hits:

[matlabMatlab-Newton-Interpolation-Code

Description: 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法-The matlab program Interpolation Newton (Newton s Interpolation) algorithm
Platform: | Size: 47104 | Author: liyuedsg | Hits:

[GDI-BitmapInterpolation

Description: 线性插值算法,对高速二次线性插值算法的讨 论-Linear interpolation algorithm, the second high-speed linear interpolation algorithm discussion
Platform: | Size: 125952 | Author: jack | Hits:

[Algorithminterpolation

Description: 用c语言写的常用的数字插值算法,用于解决很多数值插值算法问题-Using c language commonly used to write the number of interpolation algorithms for numerical interpolation algorithm to solve a lot of questions
Platform: | Size: 19456 | Author: xielin | Hits:

[ERP-EIP-OA-Portalinterpolation-algorithm

Description: 文件包含两篇圆弧插补算法,专业论文。希望对数控领域的朋友有帮助-File contains two circular interpolation algorithm, professional papers. I hope the field of CNC has helped Friend
Platform: | Size: 392192 | Author: liuweiwei | Hits:

[AlgorithmBezier2d

Description: This is a 2d bezier interpolation algorithm.
Platform: | Size: 2048 | Author: ritxi | Hits:

[matlablagrange_interpolation

Description: This is a Matlab v6.5 implementation of the Lagrange interpolation algorithm.
Platform: | Size: 2048 | Author: Bartosz | Hits:

[matlabInterpolation

Description: 数值分析中几种常用的插值算法的matlab源程序。-Numerical analysis of several commonly used source matlab interpolation algorithm.
Platform: | Size: 10240 | Author: 叶晓梅 | Hits:

[Algorithmesintp

Description: An edge guided image interpolation algorithm via directional filtering and data fusion
Platform: | Size: 1024 | Author: cobble | Hits:

[matlabBilinear-interpolation-algorithm

Description: 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly created pixel value is determined by the source image position in its area near the 4 2* 2 the value of neighboring pixels calculated by the weighted average. Bilinear interpolation algorithm to enlarge the image quality after the high pixel value does not appear the situation is not continuous. However, sub-algorithm has low-pass filter nature of the damage to the high frequency components, it may make the image contour to some extent become blurred.
Platform: | Size: 332800 | Author: chenjun | Hits:

[Software EngineeringXY-Interpolation-Algorithms

Description: CNC系统进行直线插补运动的算法,值得大家借鉴,理解基本原理-CNC motion system, linear interpolation algorithm, it is worth all learn to understand the basic principles
Platform: | Size: 1382400 | Author: wangqm | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net